python create a list of alphabets

42

python create a list of alphabets -

>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'

Comments

Submit
0 Comments